.
└── Home Page/
├── Order Now(1 click) -> Food Options(10 or more) -> Name(2) -> Review (1) -> Check Out(1)
├── Sign in/
│ └── Enter Username, Password (2 clicks)
├── Register/
│ └── Register Account (10 clicks)
└── Order With 1-Tap(1 click) -> Name(2) -> Review (1) -> Check Out(1)
Expected:
+ Home Button work as expect and through all the pages
+ refreshing pages work as expected and store the previous food that confirm in order
+ Good design with 'sign in' and 'register button' is optional
Need Improve:
- Lacking smothness on the 1-Tap menu: images is delay and not smooth when scrolling
- Order Now stay on top and took More than 15 Click to get the food
- Order With 1-Tap took 5 cliks to check out and stay on the bottom (not make sense for 1st time user)
# Too many option put on 1 pages this can definately confused people
.
└── Order/
├── Buritto/
│ ├── Nutrion Preferences (Filter the options -> faster)(same click but less cross)
│ ├── Protein or Vegie /
│ │ ├── Chicken
│ │ ├── Steak
│ │ ├── Plant Based
│ │ └── ...
│ ├── Rice/
│ │ ├── White Rice
│ │ └── ...
│ ├── Beans/
│ │ ├── Black Beans
│ │ └── ...
│ ├── Top Thing Off/
│ │ ├── Sour cream
│ │ ├── cheese
│ │ ├── Romaine lecture
│ │ └── ...
│ ├── Option/
│ │ └── Double wrap
│ ├── Side/
│ │ ├── Totilaon the side
│ │ ├── Chip
│ │ ├── Guacamole
│ │ └── ...
│ └── Drink/
│ └── ...
├── Burito Bowl/
│ └── ...
├── Lifestyle Bowl/
│ └── ...
├── Salad/
│ └── ...
└── ...
Expected:
+ Food Picture is respnsive and easy to choose from
+ Enter a meal name is a good idea: we only need to change 1 meal and complete in a few click
+ Refreshing clear all the form as expected
+ Not process to the next page unless choose the main dish (meat, bean, rice...) -> Good exception handling
+ Option (Remove - Edit - Duplicate) is nice to have
+ Hyperlink work as expected
Need Improve:
- The click to customize button need more responsive. Accidently click on that can cause a pop up menu
- The (-) button need more responsive
- The option for food is way too long -> need cut short (e.g. hidden menu)
- Check out need more pop (stay in the bottom and dark theme)